projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e75414
)
(Symbol Type): Avoid makeinfo warning about colons in indices.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 13 Mar 2002 17:59:14 +0000
(17:59 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 13 Mar 2002 17:59:14 +0000
(17:59 +0000)
lispref/objects.texi
patch
|
blob
|
history
diff --git
a/lispref/objects.texi
b/lispref/objects.texi
index c82242206fbaf7ac91e4ebf3ec33c63876ad255a..f89c6ac12a65af30ede2bee4daaf2bea6071082a 100644
(file)
--- a/
lispref/objects.texi
+++ b/
lispref/objects.texi
@@
-530,7
+530,9
@@
char-to-string ; @r{A symbol named @samp{char-to-string}.}
@end group
@end example
-@cindex @samp{#:} read syntax
+@c This uses ``colon'' instead of a literal `:' because Info cannot
+@c cope with a `:' in a menu
+@cindex @samp{#@var{colon}} read syntax
Normally the Lisp reader interns all symbols (@pxref{Creating
Symbols}). To prevent interning, you can write @samp{#:} before the
name of the symbol.